﻿@charset "utf-8";
/* CSS Document */

#f_link {
	height: 40px;
	overflow: hidden;
	margin: auto;
	clear: both;
	background-color: #666666;
	color: #C8C8C8;
	text-align: center;
}
#f_link a {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #C8C8C8;
}
#f_link a:hover {
	text-decoration: none;
}
